home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / al.zip / AL.DOC next >
Text File  |  1989-07-21  |  2KB  |  37 lines

  1.  
  2. AL                        display help text
  3. AL [num]                  execute command [num]
  4. AL [num] [command]        set or reset command [num]
  5. AL ?                      display current command settings
  6. AL x                      clear all settings
  7.  
  8.  
  9. AL (ALias) simply creates and manipulates three environment variables; the x
  10. option removes them and frees their space; the three number variables
  11. available are 1, 2 and 3; they may be created and changed in any order...
  12.  
  13. use: useful if not in a full shell with alias capabilities; automates long
  14. and repetitive command line entries; will accept upto 5 seperated switches
  15. or filespecs with the structure: [command] [s1] ... [s5]; or [command]
  16. [filespec] [s1] ...; this should allow for some long command strings
  17. indeed; there is no concatenation of commands however...
  18.  
  19. potential problems: function could be disabled by shells that manipulate the
  20. environment or act as DOS enhancers or co-processors; AL is designed for
  21. systems that lack such aids; depending on the number of elements already
  22. present in your environment and the length of the command strings you
  23. present to AL, you may find it necessary to increase your environment size;
  24. refer to your DOS manual for specifics (usually set in the config.sys shell
  25. command with a /E:nnnnn switch); al.exe must be in the path to be accessed
  26. from other drives or directories...
  27.  
  28. this is ABSOLUTE freeware; you use it at your own risk; the author offers it
  29. AS IS and with no guarantees; the author will not be liable for any damages
  30. resulting from the use of this product...
  31.  
  32. please include this documentation if you re-archive this utility for upload
  33.  
  34. jim eikner 1989
  35. GEnie jeikner
  36.  
  37.